projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1277d
)
Preload mouse, scroll-bar and select if have multi-frames.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 15 May 1993 21:17:06 +0000
(21:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 15 May 1993 21:17:06 +0000
(21:17 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index bdd438de77d1881f2476f2e1f9aad33732000a9c..dc0c393829b806f4606ab3c78eb02712ab4ab66f 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-52,7
+52,12
@@
(load "window")
(garbage-collect)
(if (fboundp 'delete-frame)
- (load "frame"))
+ (progn
+ (load "frame")
+ (load "mouse")
+ (garbage-collect)
+ (load "scroll-bar")
+ (load "select")))
(garbage-collect)
(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
(garbage-collect)